home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
207.233.110.77
/
207.233.110.77.tar
/
207.233.110.77
/
web26
/
Tutorial 5 Review
/
programs.css
< prev
next >
Wrap
Cascading Style Sheet File
|
2011-03-04
|
1KB
|
36 lines
/*
New Perspectives on HTML and XHTML 5th Edition
Tutorial 5
Review Assignment
Programming Table Style Sheet
Author: Amber Shaw
Date: 3/3/11
Filename: programs.css
Supporting Files: left.jpg, right.jpg, top.jpg, topleft.jpg, topright.jpg
*/
table.schedule {border-collapse: collapse; font-family: Trebuchet, Arial, Verdana, sans-serif; font-size: .7em; width: 100%; }
table.schedule td {border-left: 1px solid gray; border-bottom: 1px solid gray;}
table.schedule thead {border-bottom: 1px solid gray; color: white; background-color: rgb(105,177,60)}
table.schedule tbody td {vertical-align: top; padding: ;}
table.schedule thead tr {height: 25px}
table.schedule tbody tr {height: 25px}
table.schedule caption {caption-side: top; text-align: right; font-size: .8em;}
table.schedule col.timeColumn {width: 7%; background-color: rgb(215,205,151); background: url(left.jpg) repeat-y top left}
table.schedule col.daysColumn {width: 13%;}
table.schedule col.lastColumn {width: 13%; background-color: rgb(255,255,255); background: url(right.jpg) repeat-y top right}